OLD | NEW |
(Empty) | |
| 1 <Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbui
ld/2003"> |
| 2 <PatchRemove> |
| 3 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportBefore')" /> |
| 4 </PatchRemove> |
| 5 <PatchAdd> |
| 6 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportBefore\*.targets" Co
ndition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportBefore')" /> |
| 7 </PatchAdd> |
| 8 |
| 9 <PropertyGroup> |
| 10 </PropertyGroup> |
| 11 |
| 12 <!-- *************************************************************************
****************** |
| 13 Override Regular Property pages in order to disable other build types such
as exe, makefile |
| 14 *************************************************************************
****************** --> |
| 15 <PatchAdd> |
| 16 <ItemGroup> |
| 17 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\PPAPI\Props\ppapi_
general.xml"> |
| 18 <Context>Project</Context> |
| 19 </PropertyPageSchema> |
| 20 <PropertyPageSchema Include="$(VCTargetsPath)\Platforms\PPAPI\Props\ppapi_
general_ps.xml"> |
| 21 <Context>PropertySheet</Context> |
| 22 </PropertyPageSchema> |
| 23 </ItemGroup> |
| 24 </PatchAdd> |
| 25 |
| 26 <Target Name="ClCompile" |
| 27 Condition="'@(ClCompile)' != ''" |
| 28 DependsOnTargets="SelectClCompile"> |
| 29 <ItemGroup> |
| 30 <ClCompile> |
| 31 <PatchAdd> |
| 32 <PreprocessorDefinitions>%(PreprocessorDefinitions)</PreprocessorDefin
itions> |
| 33 </PatchAdd> |
| 34 </ClCompile> |
| 35 </ItemGroup> |
| 36 </Target> |
| 37 |
| 38 <!-- *************************************************************************
****************** |
| 39 PlatformPrepareForBuild target |
| 40 *************************************************************************
****************** --> |
| 41 <Target Name="PlatformPrepareForBuild" DependsOnTargets="$(PlatformPrepareForB
uildDependsOn)"> |
| 42 <PatchRemove> |
| 43 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond
ition="!(exists('$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToo
lset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets'))"/> |
| 44 </PatchRemove> |
| 45 <PatchAdd> |
| 46 <VCMessage Code="MSB8008" Type="Error" Arguments="$(PlatformToolset)" Cond
ition="!(exists('$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToo
lset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets'))"/> |
| 47 </PatchAdd> |
| 48 </Target> |
| 49 |
| 50 <PatchRemove> |
| 51 <Import Project="$(VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(Platfor
mToolset)\Microsoft.Cpp.Win32.$(PlatformToolset).targets" Condition="(exists('$(
VCTargetsPath)\Platforms\Win32\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp
.Win32.$(PlatformToolset).targets'))" /> |
| 52 </PatchRemove> |
| 53 <PatchAdd> |
| 54 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(Platfor
mToolset)\Microsoft.Cpp.PPAPI.$(PlatformToolset).targets" Condition="(exists('$(
VCTargetsPath)\Platforms\PPAPI\PlatformToolsets\$(PlatformToolset)\Microsoft.Cpp
.PPAPI.$(PlatformToolset).targets'))" /> |
| 55 </PatchAdd> |
| 56 <PatchRemove> |
| 57 <Import Project="$(VCTargetsPath)\Platforms\Win32\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\Win32\ImportAfter')" /> |
| 58 </PatchRemove> |
| 59 <PatchAdd> |
| 60 <Import Project="$(VCTargetsPath)\Platforms\PPAPI\ImportAfter\*.targets" Con
dition="Exists('$(VCTargetsPath)\Platforms\PPAPI\ImportAfter')" /> |
| 61 </PatchAdd> |
| 62 </Project> |
| 63 |
OLD | NEW |